home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000174_news@newsmaster….columbia.edu _Wed Oct 21 11:45:25 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA05803
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 21 Oct 1998 11:45:24 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA11184
  7.     for kermit.misc@watsun; Wed, 21 Oct 1998 11:45:24 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.sys.hp.hpux,comp.protocols.kermit.misc
  11. Subject: Re: Emulating VT100 PF1-PF3 with Kermit
  12. Date: 21 Oct 1998 15:45:22 GMT
  13. Organization: Columbia University
  14. Lines: 39
  15. Message-ID: <70kvii$au8$1@apakabar.cc.columbia.edu>
  16. References: <70ih6b$1k7@hacgate2.hac.com> <70iscv$c8m$1@apakabar.cc.columbia.edu> <70j8j2$ldj$3@news.rz.uni-karlsruhe.de> <70ktk1$9q3$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.sys.hp.hpux:93232 comp.protocols.kermit.misc:9370
  19.  
  20. In article <70ktk1$9q3$1@apakabar.cc.columbia.edu>,
  21. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  22. : In article <70j8j2$ldj$3@news.rz.uni-karlsruhe.de>,
  23. : Heribert Dahms <DAHMS@ifk20.mach.uni-karlsruhe.de> wrote:
  24. : :
  25. : Sure I do.  C-Kermit is fully supported on HP-UX by contract between HP
  26. : and the Kermit Project, and the Kermit Project takes its obligations
  27. : seriously.
  28. : : Hpterms and VTs of K95 under NT work quite fine, except one
  29. : : annoying thing: The page up and down keys scroll locally,
  30. : : which the original terminal emulators don't do!
  31.  
  32. : : Typing <ESC>[5~ and <ESC>[6~ is too much finger acrobatic on a
  33. : : German keyboard, even for me 8-)
  34. : : How do I configure K95 to send page up and down to host, when
  35. : : pressed without any modifier key?
  36. : : 
  37.  
  38.   <ESC>[5~ is DEC VT Previous Screen; Kermit 95 Kverb \Kdecprev
  39.   <ESC>[6~ is DEC VT Next Screen; Kermit 95 Kverb \Kdecnext
  40.  
  41. By default these are mapped in the VT220, VT320 emulations to Alt-Gray-End
  42. and Alt-Gray-PageDown respectively.
  43.  
  44. I do not know what escape sequences the HPTERM sends for Home, End,
  45. PgUp, PgDn, Insert, Delete, etc.  If you (or anyone else) would care
  46. to send me the sequences I can add Kverbs for them in the next release.
  47.  
  48. Currently, we have Kverbs for HP F1-F16, Enter, Return, and Backtab.
  49. All of whose values are programmable by the host in K95.
  50.  
  51.  
  52.  
  53.  
  54.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  55.                  The Kermit Project * Columbia University
  56.               612 West 115th St #716 * New York, NY * 10025
  57.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org